Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not raise errors if the status is unknown #4

Merged
merged 1 commit into from
Feb 9, 2024
Merged

Conversation

Moustachauve
Copy link
Owner

Currently, receiving a status that is not in the list of known status will raise an error.
This changes that behaviour to make the status unknown instead. This would prevent receiving updates from the other properties just because the status is wrong.

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f9d5ecf) 97.63% compared to head (7bb30b6) 97.60%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   97.63%   97.60%   -0.04%     
==========================================
  Files           4        4              
  Lines         127      125       -2     
  Branches       15       15              
==========================================
- Hits          124      122       -2     
  Misses          2        2              
  Partials        1        1              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Moustachauve Moustachauve merged commit e5bda99 into main Feb 9, 2024
20 checks passed
@Moustachauve Moustachauve deleted the unknown_status branch February 9, 2024 05:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants